home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
jumpingrope.swf
/
scripts
/
frame_1
/
PlaceObject2_741_1
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2007-10-01
|
291b
|
13 lines
onClipEvent(enterFrame){
if(_root.getBytesLoaded() != _root.getBytesTotal())
{
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
_root.txtPercent = Math.round(loaded / total * 100) + "%";
}
else
{
_root.gotoAndPlay(2);
}
}